golang.org/x/tools/internal/gcimporter.iexporter.localpkg (field)

8 uses

	golang.org/x/tools/internal/gcimporter (current package)
		iexport.go#L367: 		p.localpkg = pkgs[0]
		iexport.go#L520: 	if w.p.localpkg != nil {
		iexport.go#L521: 		pkgObjs[w.p.localpkg] = nil
		iexport.go#L575: 	localpkg   *types.Package      // (nil in bundle mode)
		iexport.go#L668: 	if p.shallow && obj.Pkg() != p.localpkg {
		iexport.go#L691: 	if pkg == w.p.localpkg {
		iexport.go#L1102: 				fieldPkg = w.p.localpkg
		iexport.go#L1192: 	if obj.Pkg() == nil || obj.Pkg() == w.p.localpkg {